USB: XHCI: Add xHCI host controller support for Exynos5
authorVivek Gautam <[email protected]>
Sat, 14 Sep 2013 08:32:46 +0000 (14:02 +0530)
committerMarek Vasut <[email protected]>
Sun, 20 Oct 2013 21:42:38 +0000 (23:42 +0200)
commit13194f3b5f51d104bdfdd7ff5a7556136b6dc35c
tree7bd254220fb19ac57ae9207e870e3f3c0d9a6f39
parent5853e1335cfc76c230cc28c4226b4d513ddb7542
USB: XHCI: Add xHCI host controller support for Exynos5

This adds driver layer for xHCI controller in Samsung's
exynos5 soc. This interacts with xHCI host controller stack.

Signed-off-by: Vikas C Sajjan <[email protected]>
Signed-off-by: Vivek Gautam <[email protected]>
Cc: Julius Werner <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Minkyu Kang <[email protected]>
Cc: Dan Murphy <[email protected]>
Cc: Marek Vasut <[email protected]>
arch/arm/include/asm/arch-exynos/cpu.h
arch/arm/include/asm/arch-exynos/xhci-exynos.h [new file with mode: 0644]
drivers/usb/host/Makefile
drivers/usb/host/xhci-exynos5.c [new file with mode: 0644]
include/linux/usb/dwc3.h [new file with mode: 0644]